x86/mm: Add missing newline to a printk() in get_page_from_l1e()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 24 Apr 2017 17:07:20 +0000 (18:07 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Apr 2017 12:45:39 +0000 (13:45 +0100)
commitdc93246b504a4cdd90a7d79bfffd42255f9af83f
treea8928b782311e4e086564d0c8a5e24ddccbbf573
parent99704f26360ee8d4f85081c6c50ce64f47961f6d
x86/mm: Add missing newline to a printk() in get_page_from_l1e()

This avoids the log message being followed by

  <G><1>mm.c:5374:d0v0 could not get_page_from_l1e()

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/x86/mm.c